home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / basic / ga.zip / GA.DOC < prev    next >
Text File  |  1988-05-31  |  2KB  |  39 lines

  1. by Gary Allec :  The procedure suggested is to run GA.BAS, hit
  2. ^^^^^^^^^^^^^    F5 and type up to 8 characters, then either
  3.                  load or start typing that long BASIC listing
  4.                  you've finally found the time for ...
  5.  
  6.           *     1. GA.BAS is a basic program I use to change my
  7.                    function key assignments when in BASICA. The
  8.                    source code has been saved in ASCII format so
  9.                    that you can type it at the DOS prompt for
  10.                    viewing.
  11.  
  12.           *     2. N.BAS is a basic program activated when F5
  13.                    function key is pressed after running GA.BAS.
  14.                    You enter up to 8 characters at the prompt
  15.                    for the filename you wish to save a program
  16.                    with. (This is particularly useful with long
  17.                    basic programs because now all you have to do
  18.                    is hit F4 then F5 for a quick save.) To re-
  19.                    assign a new value for F5, simply type at the
  20.                    OK prompt :
  21.                                 OK                    'Basic prompt
  22.                                 <F4><F5>              'Save what you're doing
  23.                                 <F3>GA",R<ENTER>      'new value for F5
  24.  
  25.                    Notice that F4 still allows the same options.
  26.                    Be cautioned that N.BAS includes an <ENTER>
  27.                    key-stroke for F5 and a regular key assign-
  28.                    ment would be immediately activated without
  29.                    the option of line number parameters when
  30.                    pressing F5 by itself. It has been "saved"
  31.                    in the same format as GA.BAS above.
  32.  
  33.           *     3. GA.DOC is what you are reading now.
  34.  
  35.                 (P.S. Rename these files with your own initials
  36.                  if you like !!!)
  37.                                         thanks ...
  38.                                         __________
  39.